'Declaration Public Overloads Sub FillPolygon( _
ByVal colorThe color that determines the color of the fill.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal pointsArray of System.Drawing.PointF structures that represent the vertices of the polygon to fill.() As System.Drawing.PointF _
)
public void FillPolygon(
Vintasoft.Imaging.ImageColors.ColorBase color,
System.Drawing.PointF[] points
)
public: void FillPolygon(
Vintasoft.Imaging.ImageColors.ColorBase* color,
System.Drawing.PointF[]* points
)
public:
void FillPolygon(
Vintasoft.Imaging.ImageColors.ColorBase^ color,
array<System.Drawing.PointF>^ points
)
Parameters
- color
- The color that determines the color of the fill.
- points
- Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.